From e1c6e9ef3301306a706dc803a6beeaa14534cb9d Mon Sep 17 00:00:00 2001 From: "adsharma@linux-t08.sc.intel.com" Date: Fri, 25 Feb 2005 21:52:42 +0000 Subject: [PATCH] bitkeeper revision 1.1236.4.2 (421f9e2ahbxvp9bbM08IB0CoyNbhqw) Fix the broken build due to the change in construct_dom0() prototype. --- xen/arch/ia64/domain.c | 2 -- xen/arch/ia64/xensetup.c | 4 ---- 2 files changed, 6 deletions(-) diff --git a/xen/arch/ia64/domain.c b/xen/arch/ia64/domain.c index 1e1143518a..69b0774a80 100644 --- a/xen/arch/ia64/domain.c +++ b/xen/arch/ia64/domain.c @@ -470,8 +470,6 @@ void alloc_dom0(void) } int construct_dom0(struct domain *d, - unsigned long alloc_start, - unsigned long alloc_end, unsigned long image_start, unsigned long image_len, unsigned long initrd_start, unsigned long initrd_len, char *cmdline) diff --git a/xen/arch/ia64/xensetup.c b/xen/arch/ia64/xensetup.c index e8d779ecc1..713dd5761a 100644 --- a/xen/arch/ia64/xensetup.c +++ b/xen/arch/ia64/xensetup.c @@ -341,8 +341,6 @@ printk("About to process command line\n"); #ifdef IA64 printk("About to call construct_dom0()\n"); if ( construct_dom0(dom0, dom0_memory_start, dom0_memory_end, - 0, - 0, 0, 0, 0) != 0) @@ -366,8 +364,6 @@ printk("CONSTRUCTING DOMAIN0 CLONE #%d\n",i+1); if ( construct_dom0(clones[i], dom0_memory_start, dom0_memory_end, 0, 0, - 0, - 0, 0) != 0) panic("Could not set up DOM0 clone %d\n",i); } -- 2.30.2